Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add token info to input and output generation routines #104

Merged
merged 2 commits into from
Dec 8, 2022

Conversation

mainnet-pat
Copy link
Contributor

  • What kind of change does this PR introduce? (Bug fix, feature, docs update, ...)

Bug fix, token data was not respected in transaction generation.

  • What is the current behavior? (You can also link to an open issue here)

Transactions are not built to contain valid token outputs. Transaction spending token utxos not signed with SIGHASH_UTXOS

  • What is the new behavior (if this is a feature change)?

Token data is included in transaction building pipeline, inputs are signed with SIGHASH_UTXOS

  • Other information:

Closes #102

@bitjson bitjson merged commit e718430 into bitauth:v2 Dec 8, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants